.header {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    background-color: #000;
    position: relative;
    overflow: hidden;
}

nav {
    height: 100%;
    position: relative;
    width: 100%;
}
.logo {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.12);
    z-index: 0;
}

.nom {
    color: rgb(255, 255, 255);
    font-family: 'Alata', sans-serif;
    font-size: 6rem;
    text-transform: uppercase;
    letter-spacing: 0.6rem;
    position: relative;
    text-align:center;
}

.sub-nom {
    font-size: 1.25rem;
    color: #ffffff;
    letter-spacing: 0.3rem;
}

/*============prix==============*/

.prix {
    height: 10vw;
    width: 100%;
    display: inline-flex;
    position: absolute;
    bottom: 0vh;
    justify-content: space-around;
}

/*===============PAGE BIO===================*/
.bio {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: var(--bg-main);
}

.bio-contain {
    display: flex;
}

.bio-banner {
    width: 65%;
    height: 100%;
}

.fond-couleur {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 3.125rem 0
}

.bio-txt {
    height: 100%;
    width: 80%;
    text-align: center;
}

.zone-photo2{
    width: 35%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.25rem;
    margin-bottom: 3.125rem;
}
.photo-moi2 {
    width: 100%;
    height: 100%;
    background: url('../image/4alcoda-3.jpg');
    background-size: cover;
    filter: grayscale(60%);
    border: 1px solid #000;
    position: absolute;
    top: 0;
}